home *** CD-ROM | disk | FTP | other *** search
- on ClickUp myScript, OuterObject, ExtraInfo
- global gLocationTracker
- GotoLocation(GetLocation(gLocationTracker, #quit))
- end
-
- on ClickDown myScript, OuterObject, ExtraInfo
- updateStage()
- end
-
- on MovedOver myScript, OuterObject, ExtraInfo
- updateStage()
- end
-
- on MovedOff myScript, OuterObject, ExtraInfo
- updateStage()
- end
-